home *** CD-ROM | disk | FTP | other *** search
- echo on
- rem This batch file will set the rircmd environment variable to display
- rem a directory pretty much like 4dos's "dir" command works; it uses
- rem /ljf for left-justified filenames, /al for all lowercase, and /nt for
- rem no program title.
- rem
- rem You can still add /p, /w, or other options from the command line;
- rem RIR will use parameters both from RIRCMD and from what you type at
- rem the command line.
- rem
- rem NOTE: Just type "SET RIRCMD" at the DOS prompt to erase these settings!
- rem
- set rircmd /ljf /al /nt
-